home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / ssetup26.zip / MAIN.DE_ / MAIN.DEF
Text File  |  1995-07-27  |  337b  |  14 lines

  1. ; setup.def : Declares the module parameters for the application.
  2.  
  3. NAME         MAIN
  4. DESCRIPTION  'MAIN Setup Program'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE SINGLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.